o.default = '1';
o.depends('mode', 'mesh');
- o = ss.taboption('advanced', form.Value, 'mesh_rssi_threshold', _('RSSI threshold for joining'), _('0 = not using RSSI threshold, 1 = do not change driver default'));
+ o = ss.taboption('advanced', form.Value, 'mesh_rssi_threshold', _('RSSI threshold for joining mesh'), _('0 = not using RSSI threshold, 1 = do not change driver default') + ' ' +
+ _('Units: dBm. Where -255 is weakest, and -10 is strong.'));
o.rmempty = false;
o.default = '0';
o.datatype = 'range(-255,1)';